Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 11, 2025

Bumps com.redis.om:redis-om-spring from 0.9.7 to 1.0.2.

Release notes

Sourced from com.redis.om:redis-om-spring's releases.

Release v1.0.2

Changelog

🐛 Fixes

  • 32073da resolve NoSuchElementException when using Point in projection interfaces (#661), closes #661
  • b700ad1 upgrade vectorizer tests for Ollama Mistral model updates
  • 5dc89b5 support @Indexed(alias) on nested Map fields for uppercase JSON handling
  • c451ca9 resolve docs deployment failures due to environment protection rules

📝 Documentation

  • 4a4cdc9 document @Indexed(alias) support for uppercase JSON fields in Map values

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.1

Changelog

🚀 Features

  • 0e40303 add native repository method support for querying nested fields in Map<String, ComplexObject>

🐛 Fixes

  • a4c7654 optimize existsById() to use Redis EXISTS command instead of data retrieval (#657), closes #657
  • 3a1a44e correct confusing parameter order in AggregationStream.limit() (#646), closes #646
  • b7963f2 projection interfaces now work for all field types without @Value annotation (#650), closes #650
  • 2b9d87e change auto-service scope from implementation to compileOnly, closes #651
  • f143221 make azure-identity an optional dependency to reduce dependency footprint, closes #652
  • cd36b2a Use gradlew to run demos
  • b61e631 enable JSON operations to participate in Redis transactions, closes #377
  • 3995472 complete NUMERIC_IN/NOT_IN implementation with proper query generation, closes #645
  • bcb7461 Added the NUMERIC_IN query clause to manage the Spring-like methods 'In' for Redis repository.

🧪 Tests

  • e12b8d0 add test case demonstrating projection issue with non-String fields, closes #650

Contributors

We'd like to thank the following people for their contributions:

Release v1.0.0

Changelog

🚀 Features

  • 3d8b53f add comprehensive Map field support for JSON documents (#348), closes #348
  • 3727c6d add andAny() and orAny() methods for combining predicates with different types (#342), closes #342

... (truncated)

Commits
  • e2d3ce4 release: Releasing version 1.0.2
  • 4a4cdc9 docs: document @​Indexed(alias) support for uppercase JSON fields in Map values
  • 32073da fix: resolve NoSuchElementException when using Point in projection interfaces...
  • b700ad1 fix: upgrade vectorizer tests for Ollama Mistral model updates
  • 5dc89b5 fix: support @​Indexed(alias) on nested Map fields for uppercase JSON handling
  • c451ca9 fix: resolve docs deployment failures due to environment protection rules
  • 4238522 release: Releasing version 1.0.1
  • 00475b7 release: Releasing version v1.0.1
  • a4c7654 fix: optimize existsById() to use Redis EXISTS command instead of data retrie...
  • 3a1a44e fix: correct confusing parameter order in AggregationStream.limit() (#646)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.redis.om:redis-om-spring](https://github.com/redis/redis-om-spring) from 0.9.7 to 1.0.2.
- [Release notes](https://github.com/redis/redis-om-spring/releases)
- [Changelog](https://github.com/redis/redis-om-spring/blob/main/docs/release_process.md)
- [Commits](redis/redis-om-spring@v0.9.7...v1.0.2)

---
updated-dependencies:
- dependency-name: com.redis.om:redis-om-spring
  dependency-version: 1.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Related to external dependencies label Sep 11, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 12, 2025

Superseded by #1056.

@dependabot dependabot bot closed this Sep 12, 2025
@dependabot dependabot bot deleted the dependabot/gradle/com.redis.om-redis-om-spring-1.0.2 branch September 12, 2025 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Related to external dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants